home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / MINE2A.SMP < prev    next >
Text File  |  1991-01-20  |  1KB  |  26 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define mine2a_width  32
  4. #define mine2a_height 21
  5.  
  6. unsigned char mine2a_shape[] = {
  7.     0x00,0x00,0x10,0x00,0x00,0x78,0x08,0x00,
  8.     0x00,0x04,0x04,0x00,0x00,0x02,0x02,0x00,0x00,0x01,0x02,0x00,
  9.     0x03,0x80,0x82,0x10,0x0C,0x60,0x82,0x10,0x10,0x10,0x84,0x10,
  10.     0x20,0x0B,0xC8,0x20,0x00,0x0F,0xF0,0x20,0x00,0xFC,0x30,0xC0,
  11.     0x01,0x0C,0x3F,0x80,0x02,0x0F,0xF0,0x04,0x04,0x13,0xC8,0x08,
  12.     0x08,0x21,0x04,0x10,0x08,0x21,0x03,0xE0,0x08,0x40,0x80,0x00,
  13.     0x00,0x20,0x40,0x00,0x00,0x20,0x30,0x00,0x00,0x10,0x0E,0x00,
  14.     0x00,0x08,0x00,0x00
  15. };
  16. unsigned char mine2a_mask[] = {
  17.     0xFF,0xFF,0xEF,0xFF,0xFF,0x87,0xF7,0xFF,
  18.     0xFF,0xFB,0xFB,0xFF,0xFF,0xFD,0xFD,0xFF,0xFF,0xFE,0xFD,0xFF,
  19.     0xFC,0x7F,0x7D,0xEF,0xF3,0x9F,0x7D,0xEF,0xEF,0xEF,0x7B,0xEF,
  20.     0xDF,0xF4,0x37,0xDF,0xFF,0xF0,0x0F,0xDF,0xFF,0x03,0xCF,0x3F,
  21.     0xFE,0xF3,0xC0,0x7F,0xFD,0xF0,0x0F,0xFB,0xFB,0xEC,0x37,0xF7,
  22.     0xF7,0xDE,0xFB,0xEF,0xF7,0xDE,0xFC,0x1F,0xF7,0xBF,0x7F,0xFF,
  23.     0xFF,0xDF,0xBF,0xFF,0xFF,0xDF,0xCF,0xFF,0xFF,0xEF,0xF1,0xFF,
  24.     0xFF,0xF7,0xFF,0xFF
  25. };
  26.